import * as React from 'react'; import { Expander, ExpanderItem } from '@aws-amplify/ui-react'; export const BasicMultipleExpander = () => { return ( Now when you click the second item, this item will stay open until you close it. Notice how both items can be open at the same time for the multiple Expander. ); };